home *** CD-ROM | disk | FTP | other *** search
- package sun.applet;
-
- final class AppletViewer$3 implements Runnable {
- // $FF: synthetic field
- final AppletPanel val$p;
- // $FF: synthetic field
- final AppletViewer this$0;
-
- AppletViewer$3(AppletViewer var1, AppletPanel var2) {
- this.this$0 = var1;
- this.val$p = var2;
- }
-
- public void run() {
- AppletViewer.access$300(this.this$0, this.val$p);
- AppletViewer.appletPanels.removeElement(this.val$p);
- this.this$0.dispose();
- if (AppletViewer.countApplets() == 0) {
- AppletViewer.access$400(this.this$0);
- }
-
- }
- }
-